/* Global Font - Apply to all elements */
* {
	font-family: 'Carlito', sans-serif !important;
}

body {
	font-family: 'Carlito', sans-serif !important;
}

/* Ensure all text elements use Carlito */
h1, h2, h3, h4, h5, h6, p, div, span, a, button, input, textarea, select, label, li, ul, ol, table, td, th, tr, caption, legend, fieldset, form, nav, header, footer, main, section, article, aside, details, summary, figcaption, figure, mark, small, strong, em, b, i, u, s, del, ins, sub, sup, code, pre, samp, kbd, var, cite, abbr, acronym, address, blockquote, q, dfn, time, data, output, progress, meter, details, summary, menu, menuitem, dialog, slot, template {
	font-family: 'Carlito', sans-serif !important;
}

/* Header Styles */
.wy-header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 40px;
	background-color: white;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.wy-logo img {
	height: 120px;
}

.wy-logo-buttons {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.wy-logo-button {
	background-color: #f5f5f5;
	color: #333;
	padding: 8px 16px;
	border-radius: 20px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.wy-logo-button:hover {
	background-color: #e0e0e0;
}

.wy-nav {
	display: flex;
	align-items: center;
	gap: 20px;
}

.wy-shopping-controls {
	display: flex;
	gap: 15px;
}

/* Shopping Controls Styles */
#ft_shoppingControls {
	display: flex;
	gap: 15px;
}

.ft_shoppingItem.pill-button a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 30px;
	background-color: #EB5667;
	border-radius: 50px;
	color: white;
	text-decoration: none;
	font-weight: 500;
	transition: background-color 0.3s ease;
}

.ft_shoppingItem.pill-button a:hover {
	background-color: #d44a5a;
}

/* Pill Button Styles */
.pill-button a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	background-color: #EB5667;
	border-radius: 30px;
	color: white;
	text-decoration: none;
	font-weight: 500;
	transition: background-color 0.3s ease;
}

.pill-button a:hover {
	background-color: #d44a5a;
}

/* White Circle Around Icon */
.icon-circle {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

#ft_shoppingControls .ft_shoppingItem {
	opacity: 1 !important;
}

#ft_shoppingControls {
	position: inherit !important;
	height: auto !important;
}

/* Icon Styles */
.fticon-account,
.fticon-cart {
	width: 28px;
	height: 28px;
	filter: invert(44%) sepia(51%) saturate(535%) hue-rotate(321deg) brightness(94%) contrast(96%);
}

.btn-text {
	color: white;
	font-size: 24px;
	font-weight: 500;
}

/* Hide background */
#ft_background {
	display: none !important;
}

/* Footer Artwork */
.wy-footer-artwork {
	text-align: center;
	padding: 20px 0;
	background-color: #1a1a1a;
}

.wy-artwork-image {
	max-width: 100%;
	height: auto;
	max-height: 200px;
}

/* Footer Styles */
.wy-footer-acknowledgment {
	background-color: #1a1a1a !important;
	color: white;
	padding: 30px 20px;
	text-align: left;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
}

.wy-footer-acknowledgment h3 {
	font-size: 32px !important;
	font-weight: bold;
	margin-bottom: 15px;
}

.wy-footer-acknowledgment p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 30px;
	color: white;
}

.wy-footer-acknowledgment .artwork-credit {
	font-size: 18px;
	color: white;
	margin-bottom: 20px;
}

.wy-footer-copyright {
	background-color: #1a1a1a !important;
	color: white;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
}

.wy-footer-links {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.wy-footer-links a {
	color: white;
	text-decoration: none;
	font-size: 14px;
}

.wy-footer-links a:hover {
	text-decoration: underline;
}

.wy-footer-copyright-text {
	font-size: 14px;
}

.wy-footer-copyright-text .granicus {
	color: white;
	text-decoration: underline;
}

.wy-footer-copyright-text .granicus:hover {
	text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
	.wy-footer-copyright {
		flex-direction: column;
		text-align: center;
	}
	
	.wy-footer-links {
		justify-content: center;
	}

	.wy-header-container{
		padding-inline: 10px;
	}

	.wy-logo img {
		height: 120px;
		width: 150px;
	}

	.ft_shoppingItem.pill-button a {
		padding: 3px;
	}

	.btn-text {
		display: none;
	}

	.icon-circle {
		width: 35px;
		height: 35px;
	}
	}
